Android View Classes

In this tutorial I’ve given brief explanation about Andriod View Class. View Class are the basic building block for user interface components. A View occupies a 2-dimensional area (say: rectangle) on the screen, which is responsible for framing and handling different type of events. In our previous blog posts, we have learned Android installation steps and made first program …